home *** CD-ROM | disk | FTP | other *** search
/ Chip: Net Guide / CHIP NET Rehberi Eylül 1998.iso / ftp / ADFiles / _setup.1 / DDroping.dll / 0 / RCDATA / TDD / TDD.txt
Encoding:
Text File  |  1998-04-24  |  2.7 KB  |  114 lines

  1. object DD: TDD
  2.   Left = 502
  3.   Top = 200
  4.   ActiveControl = DropBox
  5.   BorderIcons = []
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'DD'
  8.   ClientHeight = 80
  9.   ClientWidth = 132
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   PopupMenu = PopupMenu1
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object DropBox: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 132
  26.     Height = 80
  27.     Align = alClient
  28.     BevelInner = bvLowered
  29.     BorderWidth = 1
  30.     BorderStyle = bsSingle
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.     ParentShowHint = False
  38.     ShowHint = False
  39.     TabOrder = 0
  40.     OnDragDrop = DropBoxDragDrop
  41.     OnDragOver = DropBoxDragOver
  42.     OnMouseDown = DropBoxMouseDown
  43.     OnMouseMove = DropBoxMouseMove
  44.     OnMouseUp = DropBoxMouseUp
  45.     object Image: TImage
  46.       Left = 3
  47.       Top = 3
  48.       Width = 122
  49.       Height = 70
  50.       Hint = 'Drop box for Urls and files'
  51.       Align = alClient
  52.       ParentShowHint = False
  53.       ShowHint = True
  54.       OnDragDrop = DropBoxDragDrop
  55.       OnDragOver = DropBoxDragOver
  56.       OnMouseDown = DropBoxMouseDown
  57.       OnMouseMove = DropBoxMouseMove
  58.       OnMouseUp = DropBoxMouseUp
  59.     end
  60.   end
  61.   object PopupMenu1: TPopupMenu
  62.     Left = 66
  63.     Top = 42
  64.     object Downloading1: TMenuItem
  65.       Caption = 'Drop Urls for downloading'
  66.       Checked = True
  67.       GroupIndex = 1
  68.       RadioItem = True
  69.       OnClick = Downloading1Click
  70.     end
  71.     object Files1: TMenuItem
  72.       Caption = 'Drop local files for uploading'
  73.       GroupIndex = 1
  74.       RadioItem = True
  75.       OnClick = Files1Click
  76.     end
  77.     object FTPUrls1: TMenuItem
  78.       Caption = 'Drop Urls for FTP explorer'
  79.       GroupIndex = 1
  80.       RadioItem = True
  81.       OnClick = FTPUrls1Click
  82.     end
  83.     object N1: TMenuItem
  84.       Caption = '-'
  85.       GroupIndex = 1
  86.     end
  87.     object BringFTPexplorer1: TMenuItem
  88.       Caption = 'Bring FTP explorer ...'
  89.       GroupIndex = 1
  90.       OnClick = BringFTPexplorer1Click
  91.     end
  92.     object Bringdownloader1: TMenuItem
  93.       Caption = 'Bring downloader ...'
  94.       GroupIndex = 1
  95.       OnClick = Bringdownloader1Click
  96.     end
  97.     object BringUploder1: TMenuItem
  98.       Caption = 'Bring Uploader ...'
  99.       GroupIndex = 1
  100.       OnClick = BringUploder1Click
  101.     end
  102.     object BringUrlexplorer1: TMenuItem
  103.       Caption = 'Bring Url explorer ...'
  104.       GroupIndex = 1
  105.       OnClick = BringUrlexplorer1Click
  106.     end
  107.   end
  108.   object Titlebar1: TTitlebar
  109.     Visible = False
  110.     Left = 20
  111.     Top = 42
  112.   end
  113. end
  114.